.addindex {
	width: 100%;
	overflow: hidden;
}

.benners {
	width: 100%;
	max-width: 1920px;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	position: relative;
}

.benners .swiper-container {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.benners .swiper-slide {
	width: 100%;
	text-align: center;
	font-size: 18px;
	background: #fff;
	overflow: hidden;
}

.benners .swiper-slide a img {
	width: 100%;
	transition: transform 3s, height .3s;
	-moz-transition: transform 3s, height .3s;
	-webkit-transition: transform 3s, height .3s;
	-o-transition: transform 3s, height .3s;
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
}

.benners .swiper-slide-active a img {
	transform: scale(1) !important;
}

.benners .swiper-pagination-bullet {
	width: 60px;
	height: 3px;
	text-align: center;
	line-height: 2px;
	font-size: 0px;
	color: #808080;
	border-radius: 0 !important;
	opacity: 1;
	background: #808080;
}

.benners .swiper-pagination-bullet .swiper-line {
	display: block;
	width: 0;
	height: 100%;
	box-sizing: border-box;
	transition: none;
}

.benners .swiper-pagination-bullet-active .swiper-line {
	display: block;
	width: 100%;
	background: #fff;
	transition: width 5s;
}

.benners .swiper-slide-active {
	opacity: 1;
	transition: opacity 3s;
}

.benners .swiper-button-next,
.benners .swiper-button-prev {
	display: none;
	margin-top: -50px;
	z-index: 10;
	padding: 10px 5px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	transition: all 0.4s;
	opacity: 0.6;
}

.benners .swiper-container:hover .swiper-button-next,
.benners .swiper-container:hover .swiper-button-prev {
	display: flex;
}


/* .benners .swiper-container .swiper-button-next:hover,
.benners .swiper-container .swiper-button-prev:hover {
	opacity: 1;
} */

.benners .swiper-button-next:after,
.benners .swiper-button-prev:after {
	font-size: 24px;
	color: #fff !important;
}

.benners a {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
}


/*疑惑*/
.yihuo_box {
	padding-top: 55px;
	padding-bottom: 50px;
}
.yihuo_box h4 {
	text-align: center;
	font-size: 36px;
	color: #333;
	line-height: 40px;
	font-weight: normal;
}
.ul_list {
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ul_list li {
	width: calc((100% - 135px)/4);
	height: 210px;
	margin-top: 40px;
	border-radius: 10px;
	position: relative;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 15px 1px rgba(127, 151, 255, 0.2);
}
.ul_list li img {
	border-radius: 10px 10px 0 0;
	display: inline-block;
}
.ul_list li h6 {
	font-weight: normal;
	font-size: 22px;
	color: #333;
	text-align: center;
	line-height: 24px;
}
.ul_list li p {
	text-align: center;
	font-size: 16px;
	color: #555;
	line-height: 20px;
	margin-top: 15px;
}
.ul_list li::after {
	position: absolute;
	content: '';
	width: 28px;
	height: 2px;
	border: 1px solid #aaa;
	border-radius: 2px;
	bottom: 19px;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 1200px){
	.yihuo_box h4{font-size: 30px;}
	.ul_list{padding-top: 0px;}
	.ul_list li{margin-top: 25px;}
	.ul_list li{width: calc((100% - 90px)/4);height: 180px;}
	.ul_list li h6{font-size: 20px;}
	.ul_list li p{ margin-top: 10px;}
}

@media screen and (max-width:992px){
	.yihuo_box {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.yihuo_box h4 {
		font-size: 24px;
		line-height: 24px;
	}
	.ul_list li{width: calc((100% - 13px)/2);height: 170px;padding-top: 6px;margin-top: 20px;}
	.ul_list li img{height: 65px;object-fit: cover;}
	.ul_list li h6{font-size: 18px;}
	.ul_list li p{font-size: 13px;margin-top: 8px;}

}





/*优势*/
@keyframes serv_one_border {
	0% {opacity: 0;}
	5% {opacity: 1;}
	80% {opacity: 0;}
	100% {opacity: 0;transform: scale(1.5);}
}

.StudyAbroad {
	background: #edf7ff;
	padding-top: 60px;
	padding-bottom: 80px;
}

.bt_box .tit_box {
	font-size: 36px;
	line-height: 54px;
	color: #1b1b1b;
}

.bt_box .subtitle {
	font-size: 14px;
	line-height: 21px;
	color: #7f7f7f;
}

.StudyAbroad ul {
	margin-top: 35px;
	display: flex;
}

.StudyAbroad ul li {
	flex: 1;
	margin-right: 40px;
}

.StudyAbroad ul li:last-child {
	margin-right: 0;
}

.StudyAbroad ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.StudyAbroad ul li a .img {
	width: 100%;
	background-repeat: no-repeat;
	padding: 35px 0;
	background-size: cover;
}

.StudyAbroad ul li a .img .round {
	transition: 0.5s ease all;
	border-radius: 50%;
	width: 108px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 auto;
}

.StudyAbroad ul li a .img .round::after,
.StudyAbroad ul li a .img .round::before {
	content: '';
	position: absolute;
	left: -1px;
	top: -1px;
	border: 1px solid #fff;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
}

.StudyAbroad ul li a .img .round img {
	transition: 0.5s ease all;
	max-width: 100%;
	height: auto;
}

.StudyAbroad ul li a .text {
	padding-top: 30px;
	width: 240px;
	text-align: center;
}

.StudyAbroad ul li a .text .title {
	font-size: 24px;
	color: #014b88;
	line-height: 1.5;
}

.StudyAbroad ul li a .text .subtitle {
	font-size: 14px;
	color: #0074d3;
	margin-top: 3px;
}

.StudyAbroad ul li a .text .desc {
	font-size: 14px;
	color: #808080;
	margin-top: 15px;
	line-height: 1.8;
	padding: 0 14px;
}

.StudyAbroad ul li a .text .CommonindexMoreBtnTitle {
	width: 150px;
	height: 50px;
	background: #fff;
	transition: 0.5s ease all;
	border-radius: 25px;
	font-size: 18px;
	color: #0074d3;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #0074d3;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 50px;
}

.StudyAbroad ul li a:hover .img .round::before {
	animation: serv_one_border .9s 0s ease 1;
}

.StudyAbroad ul li a:hover .img .round::after {
	animation: serv_one_border 1.5s 0s ease 1;
}

.StudyAbroad ul li a:hover .text .CommonindexMoreBtnTitle {
	background: #0074d3;
	color: #fff;
}

@media screen and (max-width: 1499px) {
	.StudyAbroad ul li {
		margin-right: 20px;
	}
}

@media screen and (max-width: 1200px) {
	.StudyAbroad{padding-top: 60px; padding-bottom: 70px;}
	.StudyAbroad ul{margin-top: 25px;}
	.bt_box .tit_box{font-size: 30px;line-height: 40px;}
	.StudyAbroad ul li a .text{width: 100%; padding-top: 20px;}
	.StudyAbroad ul li a .text .title {font-size: 20px;}
	.StudyAbroad ul li a .text .desc{font-size: 13px;}
	.StudyAbroad ul li a .text .CommonindexMoreBtnTitle {width: 130px;height: 42px;font-size: 16px;margin-top: 15px;margin-bottom: 30px;}

}

@media screen and (max-width: 991px) {
	.StudyAbroad ul li{width: 50%;flex: initial;margin-right: 0;padding-right: 30px;margin-bottom: 60px;background: none;}
	.StudyAbroad ul li:nth-of-type(2n+0){padding-left: 30px;padding-right: 0;}
	.StudyAbroad ul{flex-flow: wrap;}
	.bt_box .tit_box {
		font-size: 24px;
	}
	.StudyAbroad ul li a .text .CommonindexMoreBtnTitle {
		width: 110px;
		height: 32px;
		font-size: 13px;
	}
}

@media screen and (max-width: 767px) {
	.StudyAbroad ul li{padding-right: 10px;margin-bottom: 20px;}
	.StudyAbroad ul li:nth-of-type(2n+0){padding-left: 10px;}
	.StudyAbroad ul li a .text .desc{font-size: 13px;}
}

@media screen and (max-width: 575px) {
	.StudyAbroad{padding-top: 30px;padding-bottom: 30px;}
	.StudyAbroad ul li a .text{padding-top: 15px;}
	.StudyAbroad ul li a .text .title{font-size: 18px;}
	.StudyAbroad ul li a .text .desc{margin-top: 5px;min-height: 92px;}
	.StudyAbroad ul li{padding-right: 5px;margin-bottom: 10px;}
	.StudyAbroad ul li:nth-of-type(2n+0){padding-left: 5px;}
	.StudyAbroad ul li a .img .round{width: 60px;}
	.StudyAbroad ul{margin-top: 20px;}
	.StudyAbroad ul li a .img{background-size: cover;}
	.StudyAbroad .CommonIndexPongeTitle{text-align: center;}
	.StudyAbroad ul li a .text .CommonindexMoreBtnTitle{margin-bottom: 24px;}
}



/*服务流程*/
.fwlc_box{
	padding-top: 60px;
	padding-bottom: 70px;
	background-color: #000;
}
.fwlc_box h4{
	margin-bottom: 28px;
	letter-spacing: 4px;
}
.fwlc_box h4,.fwlc_box h4 span{
	text-align: center;
	font-size: 36px;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
}
.fwlc_box h4 span{
	color: #f5952e;
}

.fwlc_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fwlc_list .fwlc_item{
	margin-top: 10px;
	display: flex;
	align-items: center;
	width: calc(50% - 25px);
}
.fwlc_item .fwlc_left{
	width: 100px;
}
.fwlc_item .fwlc_left img{
	width: 100%;
}
.fwlc_right{
	padding-left: 10px;
}
.fwlc_right h6{
	font-size: 26px;
	font-weight: 400;
	color: #f6ab00;
	margin-bottom: 4px;
	font-weight: 400;
}
.fwlc_right p{
	color: #fff;
	font-size: 18px;
	line-height: 32px;
    letter-spacing: 2px;
}
@media screen and (max-width: 1200px) {
	.fwlc_list .fwlc_item{width: calc(50% - 10px);}
	.fwlc_box h4, .fwlc_box h4 span{font-size: 30px;}
	.fwlc_right h6 { font-size: 20px;}
	.fwlc_item .fwlc_left {width: 80px;}
	.fwlc_right{padding-left: 6px;flex: 1;}
	.fwlc_right p{font-size: 16px;line-height: 28px;}
}

@media screen and (max-width: 769px) {
	.fwlc_box{padding-top: 45px; padding-bottom: 45px;}
    .fwlc_list .fwlc_item{width: 100%;margin-top: 12px;}
	.fwlc_item .fwlc_left{width: 60px;}
	.fwlc_right h6{font-size: 18px;margin-bottom: 0px;}
	.fwlc_right p {font-size: 13px;line-height: 20px;letter-spacing: 0px;}
    .fwlc_box h4, .fwlc_box h4 span {
		font-size: 24px;
		line-height: 1;
		margin-bottom: 6px;
	}
}


/*院校*/
.yx_sbox {
	position: relative;
	padding-top: 70px;
    padding-bottom: 70px;
}
.yx_sbox .yx_icon1 {
	position: absolute;
	left: 0;
	top: 492px;
}
.yx_sbox .yx_icon2 {
	position: absolute;
	right: 0;
	top: 242px;
}
.yx_sbox .title_lx h6 {
	text-align: center;
	font-size: 36px;
	color: #333;
	line-height: 40px;
	font-weight: normal;
}
.yx_sbox .yx_sbox_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 10px;
}
.yx_sbox .yx_sbox_list .yx_list {
	width: calc((100% - 100px)/3);
	height: 400px;
	margin-top: 40px;
	border-radius: 20px;
	position: relative;
	border: 1px solid #37adff;
}
.yx_sbox .yx_sbox_list .yx_list img {
	width: 100%;
	border-radius: 20px 20px 0 0;
}
.yx_sbox .yx_sbox_list .yx_list span {
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	left: 1px;
	top: 1px;
	font-size: 24px;
	color: #fff;
}
.yx_sbox .yx_sbox_list .yx_list .yx_sbox_dx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 7px 29px 0 29px;
}
.yx_sbox .yx_sbox_list .yx_list .yx_sbox_dx p {
	width: calc(50% - 7px);
	height: 44px;
	margin-top: 13px;
	border-radius: 6px;
	text-align: center;
	line-height: 44px;
	font-size: 16px;
	color: #0097ff;
	background-color: #f0f9ff;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.yx_sbox .yx_sbox_list .yx_list .btn_zx {
	margin: 29px auto 0;
	display: table;
	height: 32px;
	font-size: 18px;
	color: #555;
	line-height: 32px;
	border-bottom: 1px dashed #c3e6ff;
}
.yx_sbox .yx_sbox_list .yx_list .btn_zx:hover {
	color: #0097ff;
}
/* .yx_sbox .yx_sbox_list .yx_list:nth-child(3) .yx_sbox_dx p:last-child {
	width: 100%;
}
.yx_sbox .yx_sbox_list .yx_list:nth-child(5) .yx_sbox_dx {
	padding: 7px 16px 0 16px;
} */
/*.yx_sbox .yx_sbox_list .yx_list:nth-child(5) .yx_sbox_dx p {
	width: 160px;
}*/
@media screen and (max-width: 1200px) {
	.yx_sbox .title_lx h6{font-size: 30px;}
	.yx_sbox .yx_sbox_list{padding-top: 0px;}
	.yx_sbox .yx_sbox_list .yx_list{width: calc((100% - 50px)/3);margin-top: 25px;height: 380px;}
	.yx_sbox .yx_sbox_list .yx_list span{font-size: 20px;}

}
@media screen and (max-width:992px) {
	.yx_sbox .yx_sbox_list .yx_list {width: calc((100% - 30px)/2);}
	.yx_sbox .title_lx h6{font-size: 24px;}
	.yx_sbox .yx_sbox_list .yx_list span {
		font-size: 18px;
	}
}

@media screen and (max-width:580px) {
	.yx_sbox{padding-top: 45px;padding-bottom: 45px;}
	.yx_sbox .title_lx h6{line-height: 30px;margin-bottom: -6px;}
	.yx_sbox .yx_sbox_list .yx_list .yx_sbox_dx{padding: 7px 16px 0 16px;}
	.yx_sbox .yx_sbox_list .yx_list .btn_zx { margin: 20px auto 0;height: 28px;font-size: 16px;line-height: 28px;}
	.yx_sbox .yx_icon1,.yx_sbox .yx_icon2{display: none;}
	.yx_sbox .yx_sbox_list .yx_list{width: 100%; height: 370px;}
	.yx_sbox .yx_sbox_list .yx_list img{height: 60px;object-fit: cover;}
	.yx_sbox .yx_sbox_list .yx_list span{height: 60px;}
}




/*关于我们*/
.adoutbg{width:100%; padding-top:90px; padding-bottom: 100px;}
.adout{margin:0 auto;width: 96%;max-width:1400px;}
.adout_cont{text-align:center;}
.adout_cont font{display:inline-block;height: 134px; padding-left:200px; padding-top:48px; text-align:right; background:url(../images/abzj.png) left top no-repeat;}
.adout_cont font em{display:inline-block; margin-bottom:18px;font-size:50px; line-height:50px; color:#fff; font-weight:bold;}
.adout_cont font span{font-family:Arial; font-size:16px; line-height:16px; color:#fff; letter-spacing:6px;}
.adout_cont i{display:inline-block; margin-top:42px; font-size:18px; line-height:18px; color:#fff;}
.adout_cont i:after{content:""; display:block; width:50px; height:1px; margin:0 auto; margin-top:17px; background:rgba(255,255,255,0.7);}
.adout_cont .adout_nr{margin-top:32px;}
.adout_cont p{ font-size:16px; line-height:36px; color:#fff;}
.adout_cont a{font-size: 18px; color: #1a7af8;margin-top: 30px;display: inline-block;  width: 150px; height: 50px;line-height: 50px; border-radius: 25px;background-color: #fff;}
@media screen and (max-width: 1200px) {
	.adout_cont font{
	height: 100px;
    padding-left: 120px;
    padding-top: 20px;
    background-size: 120px;
   }
   .adout_cont font em{
	font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
    }
	.adout_cont font span{
	letter-spacing: 2px;
	}
	.adout_cont i{
	margin-top: 20px;
    font-size: 17px;
	}

}

@media screen and (max-width: 992px) {
	.adout_cont font {
		height: 70px;
		padding-left: 80px;
		padding-top: 15px;
		background-size: 90px;
	}
	.adout_cont font span {
		letter-spacing: 0px;
	}
	.adout_cont font em {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 4px;
	}
	.adout_cont i {
		margin-top: 12px;
        font-size: 13px;
        line-height: 20px;
	}
	.adout_cont i:after {
		margin-top: 10px;
	}
	.adout_cont .adout_nr{
		margin-top: 15px;
	}
	.adout_cont p {
		font-size: 13px;
		line-height: 24px;
	}
	.adout_cont a{
		margin-top: 20px;
		width: 110px;
		height: 32px;
		line-height: 32px;
		font-size: 13px;
	}
	.adoutbg {
		width: 100%;
		padding-top: 50px;
		padding-bottom: 50px;
	}
    
}



/* --news-- */
.news .wrapper {margin: 0 auto;width: 96%;max-width:1400px;}
.news{padding:80px 0;overflow:hidden;background:#fff;}
.news .title{overflow:hidden;position:relative;}
.news .title i{display:block;margin-top:20px;width:40px;height:5px;background:url(../images/title_line.png) no-repeat;}
.news .title h2{position:relative;height:50px;font-size:42px;line-height:50px;font-weight:normal;color:#000;} 
/* .news .title h2 a{} .news .title h2 a:hover{color:#225f8e;transition:all 0.5s;} */
.news-tab{position:relative;margin-top:-50px;overflow:hidden;}
.news-menu{margin-bottom:60px;height:38px;line-height:38px;text-align:right;}
.news-menu li{display:inline-block;position:relative;font-size:16px;}
.news-menu li:after{display:none;position:absolute;left:50%;top:100%;margin-left:-3px;width:7px;height:4px;content:"";background:url(../images/news_menu_cur.png) no-repeat;}
.news-menu li a{display:block;color:#666;padding:0 24px;}
.news-menu li.cur a{color:#fff;background:#e67819;}
.news-menu li.cur:after{display:block;}

.news-main .group{overflow:hidden;display: flex;justify-content: space-between;}
.news-top{width:47.65%;}
.news-top .pic{width:100%;height:354px;overflow:hidden;}
.news-top .pic img{display:block;width:100%;height:354px;transition:all 1s;}
.news-top .text{position:relative;height:176px;overflow:hidden;}
.news-top .text:after{display:block;position:absolute;left:0;bottom:0;width:30px;height:3px;content:"";background:#e67819;}
.news-top .text em{display:block;margin-top:25px;height:20px;line-height:20px;font-size:14px;color:#999;}
.news-top .text h3{height:40px;line-height:40px;font-weight:normal;font-size:20px;color:#333;overflow:hidden;}
.news-top .text h3 a{color:#333;font-size:20px;}
.news-top .text p{margin-top:8px;height:60px;line-height:30px;font-size:15px;color:#666;overflow:hidden;}
.news-top .text p a{color:#666;}
.news-top:hover .pic img{transform:scale(1.1);}

.news-list{width:50.3%;overflow:hidden;}
.news-list .item{margin-bottom:30px;height:123px;overflow:hidden;display: flex;justify-content: space-between;}
.news-list .item .pic{width:35%;height:123px;overflow:hidden;}
.news-list .item .pic img{display:block;width:100%;height:123px;transition:all 1s;}
.news-list .item .text{position:relative;width:60.5%;height:123px;overflow:hidden;}
.news-list .item .text:after{display:block;position:absolute;bottom: 8px;left:0;width:30px;height:3px;content:"";background:#e67819;}
.news-list .item .text em{position:absolute;bottom:0;left:42px;color:#999;font-size:14px;}
.news-list .item .text h3{height:25px;line-height:25px;font-weight:normal;font-size:20px;color:#333;overflow:hidden;}
.news-list .item .text h3 a{color:#333;font-size:20px;}
.news-list .item .text p{margin-top:8px;height:44px;line-height:22px;font-size:15px;color:#666;overflow:hidden;}
.news-list .item .text p a{color:#666;}
.news-list .item:hover .pic img{transform:scale(1.1);}
.news-list .item:hover .text h3 a{color:#e67819;}
.news-list .more {margin-top:10px;height:60px;line-height:60px;text-align:center;}
.news-list .more a{display:block;font-size:16px;color:#666;background:#f0f0f0;}
.news-list .more a:after{display:inline-block;margin-left:10px;width:10px;height:10px;content:"";background:url(../images/more.png) no-repeat;}
.news-list .more a:hover{color:#fff;background:#e67819;}
.news-list .more a:hover:after{filter:brightness(300%);}
/* --end news-- */

@media screen and (max-width: 1200px) {
    .news .title h2{height: 40px;font-size: 30px;line-height: 40px;}

}

@media screen and (max-width: 992px) {
	.news {
		padding: 50px 0;
	}
	.news .title h2 {
		height: 30px;
		font-size: 24px;
		line-height: 30px;
	}
	.news .title i{
		margin-top: 14px;
	}
	.news-menu {
		margin-bottom: 30px;
	}
	.news-main .group{
		flex-wrap: wrap;
	}
	.news-top,.news-list{
		width: 100%;
	}
	.news-menu li a{
		padding: 0 12px;
	}
	.news-top .pic,.news-top .pic img{
		height: 160px;object-fit: cover;
	}
	.news-top .text{height: 140px;}
	.news-top .text:after{content: none;}
    .news-top .text em{
		margin-top: 10px;font-size: 13px;
	}
    .news-top .text h3,.news-top .text h3 a{
		font-size:18px;height:26px;line-height:26px;
	}
	.news-top .text p{ line-height: 20px;margin-top: 2px;}
    .news-top .text p a{font-size: 13px; }
	.news-list .item {margin-bottom: 20px;}
	.news-list .item .text h3,.news-list .item .text h3 a{font-size: 18px;line-height: 1;    height: 18px;}
	.news-list .item .text p{margin-top: 8px;height: 63px;line-height: 21px;font-size: 13px;}
	.news-list .item .pic img{object-fit: cover;}
	
}



/* 留言 */
.xdf_bottomForm>.w1200{
	position: relative;
}
.xdf_bottomForm {
	background: rgba(0, 0, 0, .5);
	z-index: 999;
	width: 100%;
	margin: 0;
	position: fixed;
	bottom: 0;
	transition: all 0.4s;
}
.xdf_bottomForm form{
	padding: 10px 0 10px 0px;
	height: 100px;
}
.xdf_bottomForm form .label{width: 11%;}
.xdf_bottomForm form .label {
float: left;
margin: 20px 1% 0;
border-radius: 40px !important;
border: none;
height: 40px;
box-sizing: content-box;
background: #fff;
padding-left: 38px;
font-size: 0;
line-height: 50px;
position: relative;
display: block;
}
.xdf_bottomForm  form .label i {
display: block;
width: 22px;
height: 22px;
overflow: hidden;
position: absolute;
top: 0 !important;
bottom: 0 !important;
margin: auto 0 !important;
left: 10px;
background-image: url(../images/form_orange_new.png);
background-repeat: no-repeat;
}

.xdf_bottomForm  form .label.name i {
background-position: center 0;
}
.xdf_bottomForm  form .label.phone i {
background-position: center -50px;
}
.xdf_bottomForm  form .label.country i {
background-position: center -154px;
}
.xdf_bottomForm  form .label.degree i {
background-position: center -207px;
}
.xdf_bottomForm  form .label.city i {
background-position: center -155px;
}
.xdf_bottomForm form .label i.iconDown {
left: 83%;
background-position: center -310px;
top: 0 !important;
bottom: 0 !important;
margin: auto 0 !important;
}

.xdf_bottomForm form .label input, .xdf_bottomForm form .label select {
width: 100%;
height: 100%;
padding: 0;
border: none;
outline: none;
appearance: none;
font-size: 14px;
background-color: transparent;
color: #666;
position: relative;
z-index: 2;
box-sizing: border-box;
}

.xdf_bottomForm .xdf_formbtn {
color: #333333;
width: 15%;
margin: 15px 20px 0;
cursor: pointer;
font-size: 18px;
background: linear-gradient(0deg,#fba734,#fbc634);
position: absolute;
right: 0;
top: 8px;
text-align: center;
line-height: 50px;
border-radius: 50px;
border: 0px;
animation: ball-scale-multiple 1s 0s linear infinite alternate;
}
@keyframes ball-scale-multiple {
0% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
opacity: 0.9;
}
50% {
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.9;
}
}

.xiala{
	position: absolute;
	top:-25px;
	left: calc(50% - 25px);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	line-height: 50px;
	text-align: center;
	transform:rotate(90deg);
	background: rgba(26, 122, 248, .8);
	/* background: rgba(24, 51, 98, .8); */
	cursor: pointer;
	transition: all 0.4s;
   }
   .xiala::after{
	   font-family: swiper-icons;
	   content: 'next';
	   font-size: 16px;
	   color: #fff;
   }
   .xdf_bottomForm.addxl {
	   bottom: -100px;
   }
   .xdf_bottomForm.addxl .xiala {
	   transform:rotate(270deg);
   }

@media screen and (max-width: 1200px) {
   .xdf_bottomForm{display: none;}
}